ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (ChartAxis<T>)
    In This Topic
    Gets or sets the items source for axis labels.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IItemsSource(Of T)
    public IItemsSource<T> ItemsSource {get; set;}
    See Also